home *** CD-ROM | disk | FTP | other *** search
/ Wildcat Gold - The Optical BBS / Wildcat Gold - The Optical BBS (The Golden ROM Series)(Volume 4 Number 1)(The Digital Publishing Company)(1992).ISO / sdn / drpcp1.sdn / GLOSSARY < prev    next >
Text File  |  1991-11-25  |  11KB  |  260 lines

  1. ╔═════════════════════════════════════════════════════════════════════════════╗
  2. ║                                  GLOSSARY                                   ║
  3. ╚═════════════════════════════════════════════════════════════════════════════╝
  4. ANSI:
  5.      American National Standards Institute
  6.  
  7. ASCII:
  8.      American Standard for Coded Information Interchange. ASCII defines
  9.      various characters and control codes in a standard fashion.
  10.  
  11. ASCII TRANSFER PROTOCOL:
  12.      This protocol acts as if the sender is typing the characters and the
  13.      receiver is recording them. However, there is no error detection in this
  14.      protocol. Yyou can use this protocol to upload a prepared message when
  15.      connected to a BBS.
  16.  
  17. ASYNCHRONOUS DATA:
  18.      Data sent usually in parallel mode without a clock pulse. Time intervals
  19.      between transmitted bits may be of unequal lengths.
  20.  
  21. Batch Ymodem:
  22.      This protocol is a variation on Ymodem, which allows multiple files to
  23.      be sent per transfer. While transferring files, it keeps the correct
  24.      name, size, and date, and may use 128 or 1024 byte block sizes.
  25. BAUD RATE:
  26.      Number of changes the modem's analog carrier signal goes through per
  27.      second. Not to be confused with BPS. Named for Henri Baudot. Using
  28.      muultiplexing, a signal may transfer more BPS than baudrate would
  29.      indicate, for example, a <1200> or <2400> bps modem operates at 600 
  30.      baud.
  31.  
  32. BiModem:
  33.      This protocol allows simultaneous bidirectional file transfers.
  34.  
  35. BPS:
  36.      Bits per second. The data transfer rate of a serial interface (not to be
  37.      confused with BAUD). Below 600 bps, baud and bps are almost the same.
  38.  
  39. CARRIER:
  40.      A continuous frequency signal created by the modem that carries a data
  41.      signal between communicating computers over phone lines.  A "NO CARRIER"
  42.      message means no connection.  
  43.  
  44. CIS Quick B:
  45.      This protocol is used only on the Compuserve Information Service (CIS).
  46.      It is fast and specially suited for the networks used in accessing CIS,
  47.      which have large turnaround delays. A CIS Quick B transfer, both sending
  48.      and receiving, is totally controlled by Compuserve. 
  49. CYCLIC-REDUNDANCY-CHECK (CRC):
  50.      Used to verify data block integrity.  In a typical scheme, 2 CRC bytes
  51.      are added to each user data block.  The 2 bytes are computed from the
  52.      user data, by digital logical chips.  The mathematical model is
  53.      polynomials with binary coefficients.  When reading back data, the CRC
  54.      bytes are read and compared to new CRC bytes computed from the read back
  55.      block to detect a read error. The read back error check process is
  56.      mathematically equivalent to dividing the read block, including its CRC,
  57.      by a binomial polynomial. If the division remainder is zero, the data is
  58.      error free.
  59.  
  60. DATA:
  61.      Information processed by a computer, stored in memory, or fed into a
  62.      computer.
  63.  
  64. ECHO:
  65.      The appearance of characters (from your computer) on your screen. Full
  66.      Duplex means that the characters are remotely echoed from the receiving
  67.      computer; Half Duplex means that the characters are echoed directly from
  68.      your keyboard.
  69.  
  70. FULL DUPLEX:
  71.      Allowing data to move in either direction simultaneously. Also known
  72.      simply as DUPLEX.
  73.  
  74.  
  75. HALF DUPLEX:
  76.      Able to transmit data in either direction, but in only one direction at
  77.      a time. Half duplex is actually an implementation of SIMPLEX in both
  78.      directions).
  79.  
  80. Jmodem:
  81.      This protocol is designed to maximize the amount of data that can be
  82.      transferred in a given time. It sends very long blocks of data using 16
  83.      bit CRC error correction and compressing the data wherever possible.
  84.  
  85. Kermit:
  86.      This protocol is designed to permit computers of different types to send
  87.      files to each other. Almost any computer using Kermit can be set up to
  88.      send files to another computer using Kermit.
  89.  
  90. MegaLink:
  91.      The goal of this protocol is to design and implement a protocol that is
  92.      fast, reliable and inexpensive. Megalink is a full streaming protocol.
  93.      It uses a block of 512 bytes and a CRC-32 error correction to improve
  94.      the performance.
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102. Modem7:
  103.      Modem7 is a relative of Xmodem. It passes the filename before starting
  104.      the transfer. It is common on CP/M systems. This  protocol allows more
  105.      than one file to be sent at a time.
  106.  
  107. MNP:
  108.      (Microcom Networking Protocol). A hardware-based modem error checking
  109.      method. MNP converts asynchronous data to a synchronous bit stream,
  110.      allowing the two framing bits normally required for each async character
  111.      to be dispensed with. 
  112.  
  113. NULL MODEM:
  114.      A cable used to connect the serial ports of two computers in such a
  115.      fashion that each thinks it is "talking" to a modem. Very fast serial
  116.      data transfer may be acheived with a null modem.
  117.  
  118.  
  119.  
  120.  
  121. PARITY:
  122.      A computer data checking method using an extra bit in which the total
  123.      number of binary 1's (or 0's) in a byte is always odd or always even;
  124.      thus, in an odd parity scheme, every byte has eight bits of data and one
  125.      parity bit. If using odd parity and the number of 1 bits comprising the
  126.      byte of data is not odd, the 9th or parity bit is set to 1 to create the
  127.      odd parity. In this way, a byte of data can be checked for accurate
  128.      transmission by simply counting the bits for an odd parity indication.
  129.      If the count is ever even, an error is indicated.  
  130.  
  131. PROTOCOL:
  132.      A set of conventions governing the format of messages to be exchanged
  133.      within a communications system. 
  134.  
  135. Puma:
  136.      This protocol has a full color display of transfer status. It can
  137.      transfer up to 99 files in a single batch using dynamic block scaling
  138.      for optimal data throughput. Like Zmodem, the resume option can continue
  139.      an interrupted transfer.
  140.  
  141. Relaxed Xmodem:
  142.      This is the same as Xmodem except that it has a longer delay time. This
  143.      is for use with remote services that can not tolerate strict timing
  144.      during Xmodem transfers.
  145.  
  146. RS-232 or RS-232C:
  147.      The standard computer hardware interface used for computer asynchronous
  148.      communications connections.
  149.  
  150. SEAlink:
  151.      SEAlink is a advanced version of Xmodem developed by System Enhancement
  152.      Associates. It is a sliding window protocol.  SEAlink passes a name,
  153.      size, and date of the transferring file and allows multiple files to be
  154.      transfered.
  155.  
  156. SERIAL:
  157.      A serial interface sends a stream of data bits separated by time or an
  158.      electrical signal. For communications, serial interfaces often use a
  159.      PROTOCOL, dividing the data stream into packets which may be checksummed
  160.      to verify accuracy.
  161.  
  162. SIMPLEX:
  163.      Simplex transmission allows data to flow in one direction only (ex.,
  164.      most parallel printer interfaces or the monitor).
  165.  
  166. START/STOP BITS:
  167.      In serial, asynchronous transmission, start/stop bits indicate the
  168.      beginning and end of each 7- or 8-bit data character.
  169.  
  170. STY:
  171.      A pseudo-teletype, which is a two-way pipeline with a job on one end and
  172.      a fake keyboard-TTY on the other. Also, a standard program which
  173.      provides a pipeline from its controlling TTY to a pseudo-teletype (and
  174.      thence to another TTY, thereby providing a "sub-TTY").
  175.  
  176. SYNCHRONOUS DATA TRANSMISSION:
  177.      Data sent, usually in serial mode, with a clock pulse. No stop and start
  178.      bits are needed.
  179.  
  180. Telink:
  181.      This protocol is primarily found on Fido BBS systems. It is basically
  182.      the Xmodem protocol using CRC checking with an extra block sent ahead of
  183.      the file telling its name, size, and date. This protocol allows more
  184.      than one file to be sent at a time.
  185.  
  186. TTY:
  187.      Terminal of the teletype variety, characterized by a noisy mechanical
  188.      printer, a very limited character set, and poor print quality. Usage:
  189.       antiquated (like the TTY's themselves). Sometimes used to refer to any
  190.      terminal at all; sometimes used to refer to the particular terminal
  191.      controlling a job.
  192.  
  193.  
  194.  
  195.  
  196.  
  197. V.32:
  198.      A CCITT specification defining a family of FULL DUPLEX modems using 5
  199.      digital bits for each carrier change at a 2400 baud rate. While this
  200.      produces a raw throughput of 12,000 bps, 1 out of 5 bits is used for
  201.      error correction, reducing throughput to 9,600 bps. 
  202.  
  203. X.25:
  204.      A CCITT standard that describes how data is handled in a packet-switched
  205.      network.
  206.  
  207. XMODEM:
  208.      A protocol for transferring blocks of data via modem with a high degree
  209.      of accuracy. Developed by Ward Christensen for CP/M systems in the late
  210.      '70s and now the basic standard for error-detected data transfer. Xmodem
  211.      is  the most popular protocol in use today, but it is slowly being
  212.      replaced by quicker and more reliable protocols. Error checking is a
  213.      checksum or a the Cyclic Redundancy Check. The Xmodem protocol requires
  214.      a setup of no parity, 8 data bits, and 1 stop bit. While sending a 
  215.      file, Xmodem always uses a 128 byte block.
  216.  
  217.  
  218.  
  219.  
  220.  
  221. Xmodem-1K:
  222.      This is a variation of Xmodem which uses blocks that may be 128 bytes or 
  223.      1024 bytes in size. Most communications packages support this protocol  
  224.      by allow 1K block in Xmodem protocol. Some BBS softwares refer to 
  225.      Xmodem-1K as Ymodem. Ymodem sends the name, size and date of the file but
  226.      Xmodem-1K does not. If the filename 'UNKNOWN.$$$' shows in the transfer 
  227.      window during a Ymodem transfer, it is likely that the BBS software is 
  228.      using Xmodem-1K, in this case, you should select Xmodem protocol.
  229.  
  230. XON/XOFF:
  231.      Protocol for controlling the flow of data. If you dial into a
  232.      timesharing system in which many users simultaneously use the same
  233.      computer and if the system is about to overflow, it will send an XOFF
  234.      character to your computer. The XON character will be sent to you when
  235.      the system is ready to receive again.
  236.  
  237. Ymodem:
  238.      This is a variation of the Xmodem which uses blocks that may be 128
  239.      bytes or 1024 bytes in size and keeps the correct name, size, and date.
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246. Ymodem-G:
  247.      This protocol is a variation on Batch Ymodem. It achieves very high
  248.      transfer rates by sending blocks one after another without waiting for
  249.      acknowledgement. This however means that an error-free link such as an
  250.      error-correcting modem or null modem cable between two computers is
  251.      needed. If an error is detected by the receiver, the transfer is
  252.      aborted. It allows transferring multiple files.
  253.  
  254. Zmodem:
  255.      This advanced protocol is both fast and reliable, and offers many
  256.      features. Zmodem can transfer a group of files in one batch, while
  257.      keeping the exact file size and dates. Zmodem detects and recovers from
  258.      errors quickly. The Zmodem Recovery feature can resume an interrupted
  259.      transfer.
  260.